home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / domacnost a kancelar / extractnow / extractnow.exe / install_script.iss
Text File  |  2006-09-05  |  3KB  |  80 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=ExtractNow
  5. AppVerName=ExtractNow
  6. AppId=ExtractNow
  7. AppPublisher=Nathan Moinvaziri
  8. AppPublisherURL=http://www.extractnow.com/
  9. AppSupportURL=http://www.extractnow.com/
  10. AppUpdatesURL=http://www.extractnow.com/
  11. DefaultDirName={pf}\ExtractNow
  12. DefaultGroupName=ExtractNow
  13. OutputBaseFilename=extractnow
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. DisableProgramGroupPage=yes
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\changelog.txt"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\complete.wav"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\incomplete.wav"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\extractmenu.dll"; DestDir: "{app}"; Flags: restartreplace sharedfile uninsrestartdelete ignoreversion 
  26. Source: "{app}\file.ico"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\extractnow.exe"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\wimadll.dll"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\unlha32.dll"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\unacev2.dll"; DestDir: "{app}"; Flags: ignoreversion 
  31.  
  32. [INI]
  33. FileName: "{app}\website.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.extractnow.com/"; 
  34.  
  35. [Run]
  36. Filename: "{app}\extractnow.exe"; Parameters: "/registermenu"; Tasks: registermenu; Flags: shellexec nowait
  37. Filename: "{app}\extractnow.exe"; Description: "Launch ExtractNow"; Flags: shellexec postinstall skipifsilent nowait
  38.  
  39. [UninstallRun]
  40. Filename: "{app}\extractnow.exe"; Parameters: "/uninstall"; 
  41.  
  42. [Icons]
  43. Name: "{group}\ExtractNow"; Filename: "{app}\extractnow.exe"; 
  44. Name: "{group}\ExtractNow on the Web"; Filename: "{app}\website.url"; 
  45. Name: "{group}\Uninstall ExtractNow"; Filename: "{uninstallexe}"; 
  46. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\ExtractNow"; Filename: "{app}\extractnow.exe"; Tasks: quicklaunchicon; 
  47.  
  48. [Tasks]
  49. Name: "quicklaunchicon"; Description: "Create an icon in the &Quick Launch bar"; GroupDescription: "Additional icons:"; 
  50. Name: "registermenu"; Description: "Register explorer shell &context menu"; GroupDescription: "Additional tasks:"; 
  51.  
  52. [InstallDelete]
  53. Type: files; Name: "{app}\todo.txt"; 
  54. Type: files; Name: "{sendto}\EXTRAC~1.lnk"; 
  55. Type: files; Name: "{sendto}\EXTRAC~2.lnk"; 
  56.  
  57. [UninstallDelete]
  58. Type: files; Name: "{app}\website.url"; 
  59. Type: files; Name: "{app}\debug.log"; 
  60. Type: files; Name: "{app}\details.log"; 
  61. Type: files; Name: "{app}\history.log"; 
  62. Type: files; Name: "{sendto}\EXTRAC~1.lnk"; 
  63. Type: files; Name: "{sendto}\EXTRAC~2.lnk"; 
  64.  
  65. [CustomMessages]
  66. default.NameAndVersion=%1 version %2
  67. default.AdditionalIcons=Additional icons:
  68. default.CreateDesktopIcon=Create a &desktop icon
  69. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  70. default.ProgramOnTheWeb=%1 on the Web
  71. default.UninstallProgram=Uninstall %1
  72. default.LaunchProgram=Launch %1
  73. default.AssocFileExtension=&Associate %1 with the %2 file extension
  74. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  75.  
  76. [Languages]
  77. ; These files are stubs
  78. ; To achieve better results after recompilation, use the real language files
  79. Name: "default"; MessagesFile: "embedded\default.isl"; 
  80.